home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3794 / 3794.xpi / chrome / skin / settings.css < prev    next >
Cascading Style Sheet File  |  2009-08-13  |  278b  |  10 lines

  1. /* bug-fix for incorrect declatation in xul.css:
  2.  * from http://fixunix.com/mozilla/407908-description-box-wrap-messes-up-groupboxes.html
  3.  */
  4. prefpane > .content-box {
  5.     overflow: -moz-hidden-unscrollable !important;
  6. }
  7.  
  8. .prefWindow-dlgbuttons {
  9.     align: center !important;
  10. }